Date Pickers
Automating date pickers is tricky since you need to perform specific actions on the date picker component to select a date.
There are multiple ways to select a date.
Input the date directly on the text field of the date picker component
Choose the month using prev and next navigators
This would require some coding, to be able to pick the right month.
Create a function to convert the month to an integer
Based on the current month, click on the prev or next buttons to select the desired month
Also validate if the right month has been selected.